Version

Contains Method (PageBreakCollection<T>)

Determines whether the specified page break exists on the Worksheet.
Syntax
public bool Contains( 
   T pageBreak
)

Parameters

pageBreak
The page break to test.

Return Value

True if the page break is on the Worksheet; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when pageBreak is null.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also